home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 8 / CD Funhouse Version 8.0 - Wayzata Technology (7013) (1993).iso / pc / mac / __cd_fun / __sports / hyperfoo.00 / card_5473.txt < prev    next >
Text File  |  1990-10-03  |  4KB  |  222 lines

  1. -- card: 5473 from stack: in.00
  2. -- bmap block id: 6708
  3. -- flags: 0000
  4. -- background id: 2687
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8004
  11. -- rect: left=405 top=206 right=258 bottom=473
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 24690 / 24690
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Safety Blitz
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global def, players
  23.  
  24.   put 0 into def
  25.   if players=1 then
  26.     Computer
  27.   else
  28.     go to card "Playing Field"
  29.     Drawball
  30.     show button 3
  31.     hide button 6
  32.   end if
  33.  
  34. end mouseUp
  35.  
  36.  
  37.  
  38. -- part 2 (button)
  39. -- low flags: 00
  40. -- high flags: 8004
  41. -- rect: left=288 top=207 right=259 bottom=356
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 4864 / 4864
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: 5-2 Split
  50. ----- HyperTalk script -----
  51. on mouseUp
  52.   global def, players
  53.  
  54.   put 2 into def
  55.   if players=1 then
  56.     Computer
  57.   else
  58.     go to card "Playing Field"
  59.     Drawball
  60.     show button 3
  61.     hide button 6
  62.  
  63.   end if
  64.  
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 3 (button)
  70. -- low flags: 00
  71. -- high flags: 8004
  72. -- rect: left=103 top=270 right=322 bottom=171
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 18579 / 18579
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: 4-3 Zone
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   global def, players
  84.  
  85.   put 3 into def
  86.   if players=1 then
  87.     Computer
  88.   else
  89.     go to card "Playing Field"
  90.     Drawball
  91.     show button 3
  92.     hide button 6
  93.  
  94.   end if
  95.  
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 5 (button)
  101. -- low flags: 00
  102. -- high flags: 8004
  103. -- rect: left=220 top=270 right=322 bottom=288
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 26109 / 26109
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: 3-4 M to M
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   global def, players
  115.  
  116.   put 4 into def
  117.   if players=1 then
  118.     Computer
  119.   else
  120.     go to card "Playing Field"
  121.     Drawball
  122.     show button 3
  123.     hide button 6
  124.  
  125.   end if
  126.  
  127. end mouseUp
  128.  
  129.  
  130.  
  131. -- part 6 (button)
  132. -- low flags: 00
  133. -- high flags: 8004
  134. -- rect: left=345 top=270 right=322 bottom=413
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 12812 / 12812
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: Prevent
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   global def, players
  146.  
  147.   put 5 into def
  148.   if players=1 then
  149.     Computer
  150.   else
  151.     go to card "Playing Field"
  152.     Drawball
  153.     show button 3
  154.     hide button 6
  155.  
  156.   end if
  157.  
  158. end mouseUp
  159.  
  160.  
  161.  
  162. -- part 7 (button)
  163. -- low flags: 00
  164. -- high flags: 8004
  165. -- rect: left=166 top=207 right=259 bottom=234
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 30661 / 30661
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: 5-2 Cross
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   global def,players
  177.  
  178.   put 1 into def
  179.   if players=1 then
  180.     Computer
  181.   else
  182.     go to card "Playing Field"
  183.     Drawball
  184.     show button 3
  185.     hide button 6
  186.  
  187.   end if
  188.  
  189. end mouseUp
  190.  
  191.  
  192.  
  193. -- part 10 (button)
  194. -- low flags: 00
  195. -- high flags: 8004
  196. -- rect: left=47 top=207 right=259 bottom=115
  197. -- title width / last selected line: 0
  198. -- icon id / first selected line: 32362 / 32362
  199. -- text alignment: 1
  200. -- font id: 0
  201. -- text size: 12
  202. -- style flags: 0
  203. -- line height: 16
  204. -- part name: Goal Line
  205. ----- HyperTalk script -----
  206. on mouseUp
  207.   global def,players
  208.  
  209.   put 6 into def
  210.   if players=1 then
  211.     Computer
  212.   else
  213.     go to card "Playing Field"
  214.     Drawball
  215.     show button 3
  216.     hide button 6
  217.  
  218.   end if
  219.  
  220. end mouseUp
  221.  
  222.